type github.com/google/go-cmp/cmp.pointerPath

5 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L170: 	curPtrs   pointerPath // The current set of visited pointers
		path.go#L337: type pointerPath struct {
		path.go#L344: func (p *pointerPath) Init() {
		path.go#L356: func (p pointerPath) Push(vx, vy reflect.Value) (equal, visited bool) {
		path.go#L371: func (p pointerPath) Pop(vx, vy reflect.Value) {